home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / html / src / Count.src < prev    next >
Text File  |  1998-03-23  |  1KB  |  27 lines

  1. @@@STARTPACK(Count;WWW access counter)
  2.  
  3. <P>
  4. This is a CGI program to keep record of the raw hits of a web
  5. page. It generates a GIF image of the number of hits and returns
  6. to the browser as an in-lined image. The program also has a
  7. run-time option not to show the digit images, this way the hits
  8. can be kept without displaying it. The hits can be be monitored
  9. without incrementing from a separate page as well. Almost all of
  10. the features are run-time options. 
  11. </P>
  12. <P>
  13. The same program can be used to count hits
  14. for any number of web pages for any number of users. The
  15. program can be used to display time or date as well. The time or
  16. date of any place in the word can be displayed by specifying a
  17. timezone string for that location. The date can be formatted in
  18. any combination of MMDDYY (Month-Day-Year)
  19. </P>
  20.  
  21. @@@UW2DIST(http://www.sco.com/skunkware/uw7/net/)
  22. @@@OSR5DIST(http://www.sco.com/skunkware/osr5/www/)
  23. @@@SOURCE(http://www.fccc.edu/users/muquit/Count.html#obta)
  24. @@@HOMEPAGE(http://www.fccc.edu/users/muquit/Count.html)
  25. @@@ENDPACK
  26.  
  27.